AlternateContentChoice Class

Represents a single mc:Choice alternative inside an AlternateContent element. The choice applies when the consumer understands every namespace listed in Requires.

Definition

Namespace: Independentsoft.Office.Word
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class AlternateContentChoice
Inheritance
Object    AlternateContentChoice

Constructors

AlternateContentChoice Initializes a new instance of the AlternateContentChoice class.

Properties

InnerXml Gets or sets the raw XML content of this choice (e.g. a w:drawing).
Requires Gets or sets the space-delimited list of namespace prefixes the consumer must understand for this choice to apply (the Requires attribute).

Methods

Clone 
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also